home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /unixb/home/unixlib/source/unixlib37/src/clib/h/RCS/memory,v $
- * $Date: 1996/04/19 21:02:57 $
- * $Revision: 1.1 $
- * $State: Rel $
- * $Author: simon $
- *
- * $Log: memory,v $
- * Revision 1.1 1996/04/19 21:02:57 simon
- * Initial revision
- *
- ***************************************************************************/
-
- #ifndef __MEMORY_H
- #define __MEMORY_H 1
- #ifndef __STRING_H
- #include <string.h>
- #endif
- #endif
-